home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Testing & Debugging / Mac OS Development Toolkit / Automation Essentials 2.3.0 / Host Automation Folder / VU External Tool libs / VUAid.tool < prev   
Encoding:
Text File  |  1998-03-19  |  2.6 KB  |  73 lines  |  [TEXT/MPS ]

  1. #########################################################################
  2. #########################################################################
  3. ##                     Copyright © Apple Computer, Inc. 1992-1997
  4. ##                                All rights reserved
  5. #########################################################################
  6. #########################################################################
  7. #    
  8. #    Library:        VUAid.tool
  9. #    
  10. #    Version:        2.1.1
  11. #    
  12. #    Description:
  13. #        Definition for interfacing with VU 2.0 external tool
  14. #    
  15. #    Contains:
  16. #        tool VUAid2
  17. #    
  18. #    History:
  19. #        Date:        By:            Changes:
  20. #        11/30/92    Jonathan Marsh    VUAid 2.0 creation
  21. #        05/10/94    SBR            Changed GetMemory and SetMemory to 'undefined'.
  22. #        09/11/94    SBR            Launch: added 3rd & 4th parameters; changed 2nd 
  23. #                                to 'undefined'.
  24. #        09/11/94    SBR            Added ReturnLongInts().
  25. #        09/04/95    SBR            Changes to VUAid().
  26. #        06/01/96    SBR/MSO        Updated copyright header
  27. #        01/21/97    SBR            Updated copyright header.
  28. #
  29. #    Version      Date        Who        Comments
  30. #    =======    ========    ===        =================
  31. #    2.1.0    02/12/97    JAS        Added 'vers' resources to library.
  32. #                                These should always match tool version when tool is revved.
  33. #    
  34. #########################################################################
  35. #########################################################################
  36.  
  37. tool VUAid2 s:'VAid'
  38. begin
  39.     Service "CompareScreen"();
  40.     Service "CompareScreenRect"('integer','integer','integer','integer');
  41.     Service "CompareWindow"();
  42.     Service "CompareWindow32"();
  43.     Service "CompareWindow32Rect"('integer','integer','integer','integer');
  44.     Service "CompareWindowRect"('integer','integer','integer','integer');
  45.     Service "CompareHelpWindow"();
  46.     Service "HelpWindowRect"();
  47.     Service "Balloon"();
  48.     Service "InvertScreen"();
  49.     Service "InvertScreenRect"('integer','integer','integer','integer');
  50.     Service "InvertWindow"();
  51.     Service "InvertWindowRect"('integer','integer','integer','integer');
  52.     Service "GetDepth"();
  53.     Service "SetDepth"('integer');
  54.     Service "GetGray"();
  55.     Service "SetGray"('integer');
  56.     Service "GetMemory"('regularExpression', 'undefined');
  57.     Service "SetMemory"('regularExpression', 'undefined', 'undefined');
  58.     Service "DebugStr"('regularExpression');
  59.     Service "FindFolder"('regularExpression');
  60.     Service "Launch"('regularExpression', 'undefined', 'undefined', 'undefined');
  61.     Service "Move"('regularExpression', 'regularExpression');
  62.     Service "Rename"('regularExpression', 'regularExpression');
  63.     Service "Delete"('regularExpression');
  64.     Service "IconLocation"('regularExpression');
  65.     Service "Clipboard"();
  66.     Service "ClipCompare"('regularExpression');
  67.     Service "DateTime"();
  68.     Service "CD"();
  69.     Service "SolvePuzzle"();
  70.     Service "ReturnLongInts"('undefined');
  71. end;
  72.  
  73.